home *** CD-ROM | disk | FTP | other *** search
/ ASP Advantage 1993 / The Association of Shareware Professionals Advantage CD-ROM 1993.iso / files / commions / ca29_1 / ca29_3.exe / HOSTART.CMD < prev    next >
OS/2 REXX Batch file  |  1991-06-13  |  471b  |  12 lines

  1. ; ----- COM-AND Scripted host restart -------------------------------
  2. ;
  3. ;    Beyond the SETUP script, this version adds a drop-to-DOS function.
  4. ;    When this script is entered via FCALL, and the batch file HOSTTEMP
  5. ;    exists on the current subdir, a restart is indicated.
  6. ;
  7. ;    This small script serves simply to FCALL HOST.
  8. ;    --------------------------------------------------------------
  9. ;
  10.     FCALL "HOST"            ; Invoke HOST proper
  11.     EXIT            ; Stop if it returns
  12.